$('
Please login or sign up to use this feature
').dialog({ width: 400, modal: true, buttons: { Signup: function(){ window.location.href='//banknoteindex.com/signUp.mhtml'; $( this ).dialog( "close" ); }, Login: function(){ window.location.href='//banknoteindex.com/login.mhtml'; $( this ).dialog( "close" ); }, Cancel: function() { $( this ).dialog( "close" ); } } }); $(".ui-dialog-buttonset").css('width','100%'); $(".ui-dialog-buttonset").css('text-align','center');